TableCellStyleProperties.setVAlign

Sets vertical alignment.

Supported values:
ValueConstant
CenterControlConstants.VERTICAL_ALIGNMENT_CENTER
TopControlConstants.VERTICAL_ALIGNMENT_TOP
BottomControlConstants.VERTICAL_ALIGNMENT_BOTTOM

Example:

 controls.TABLE1.tableCellStyleProperties.setVAlign(ControlConstants.VERTICAL_ALIGNMENT_TOP);
 

Parameters

java.lang.String  vAlign,